BOTAO OK
mutation{
  Sales_confirmPreAuthorizedSale(
    storeCode: "00000000000010"
    customerCode: "60100002100000112"
    authorizationID: "23317" 
    products:
  [
    {
     ean: "7896004702216",
     unitPrice: 16.97,
     maxConsumerPrice: 22.62,
     quantity: 1,
        medicalPrescription: {
           date: "2020-08-27"
           quantity: 1
           prescriber: {
             council: CRM
              registerNumber: 999999
               stateAbbr: "SP"
        }
      }
    },
    {
     ean: "7898075310260",
     unitPrice: 7.24,
     maxConsumerPrice: 8.04,
     quantity: 2,
     medicalPrescription: null},
    {
     ean: "7898075317771",
     unitPrice: 12.89,
     maxConsumerPrice: 17.19,
     quantity: 1,
     medicalPrescription: null}
  ]){
    createdAt
    authorizationID
    totalValue
    moneyPaidValue
    cardPaidValue
    cardBalance
    products {
      ean
      description
      quantity
    }
    status
    statusCode
    statusMessage
    receipt
  }
}      